home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrDialogButton, gautodemo, gResellerVersion
- sound stop 1
- set gCurrDialogButton to 9
- set gautodemo to 0
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- cursor(-1)
- set the timeoutScript to EMPTY
- set the timeoutLength to gIntroTimeOut
- if gResellerVersion = 1 then
- set the timeoutScript to "chooseTeaserDemo"
- else
- set the timeoutScript to "chooseAutoDemo"
- end if
- end
-